[FFmpeg-devel] [PATCH] avformat/libsrt: rename streamid

2020-09-29 Thread raghavendra
Rename streamid to avoid name clashes. Signed-off-by: raghavendra --- libavformat/libsrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976..a490a386e6 100644 --- a/libavformat/libsrt.c +++ b/libavformat

[FFmpeg-devel] [PATCH] avformat/libsrt: print streamid at client

2020-09-30 Thread raghavendra
Print the SRT streamid at the client. Signed-off-by: raghavendra --- libavformat/libsrt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index a490a386e6..ee64cb82f7 100644 --- a/libavformat/libsrt.c +++ b/libavformat/libsrt.c @@ -359,6

[FFmpeg-devel] [PATCH v2] avformat/libsrt: print streamid at client

2020-10-01 Thread raghavendra
Print the SRT streamid at the client. Logged to the context and changed info to verbose. Signed-off-by: raghavendra --- libavformat/libsrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index ee64cb82f7..b6b50302b7 100644 --- a

[FFmpeg-devel] [PATCH v3] avformat/libsrt: print streamid at client

2020-10-01 Thread raghavendra
Print the SRT streamid at the client. Logged to the context and changed into to verbose. Signed-off-by: raghavendra --- libavformat/libsrt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976..2cf5f57304 100644 --- a

[FFmpeg-devel] [PATCH v4] avformat/libsrt: print streamid at client

2020-10-06 Thread raghavendra
Print the SRT streamid at the client. Logged to info. Signed-off-by: raghavendra --- libavformat/libsrt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976..eed48c11cf 100644 --- a/libavformat/libsrt.c +++ b/libavformat

Re: [FFmpeg-devel] [PATCH v4] avformat/libsrt: print streamid at client

2021-10-25 Thread Raghavendra Rao Sidlagatta
On Friday, July 23, 2021 10:59 BST, "Raghavendra Rao Sidlagatta" wrote:    On Monday, March 22, 2021 06:45 GMT, "Raghavendra Rao Sidlagatta" wrote:    On Wednesday, January 20, 2021 09:48 GMT, "Raghavendra Rao Sidlagatta" wrote:    On Tuesday, October 06, 2020

Re: [FFmpeg-devel] [PATCH v4] avformat/libsrt: print streamid at client

2021-03-21 Thread Raghavendra Rao Sidlagatta
On Wednesday, January 20, 2021 09:48 GMT, "Raghavendra Rao Sidlagatta" wrote:    On Tuesday, October 06, 2020 08:18 BST, raghavendra wrote:  Print the SRT streamid at the client. Logged to info. Signed-off-by: raghavendra --- libavformat/libsrt.c | 9 + 1 file changed, 9

Re: [FFmpeg-devel] [PATCH v4] avformat/libsrt: print streamid at client

2021-07-23 Thread Raghavendra Rao Sidlagatta
On Monday, March 22, 2021 06:45 GMT, "Raghavendra Rao Sidlagatta" wrote:    On Wednesday, January 20, 2021 09:48 GMT, "Raghavendra Rao Sidlagatta" wrote:    On Tuesday, October 06, 2020 08:18 BST, raghavendra wrote:  Print the SRT streamid at the client. Logged to

Re: [FFmpeg-devel] ?==?utf-8?q? ?==?utf-8?q? [PATCH v4]?==?utf-8?q? avformat/libsrt: print streamid at client

2020-10-06 Thread Raghavendra Rao Sidlagatta
Hello, I believe that the stream id information should be logged to info instead of verbose as it contains important infor mation about the stream. Regards, Raghavendra Rao On Tuesday, October 06, 2020 08:18 BST, raghavendra wrote:  Print the SRT streamid at the client. Logged to info

Re: [FFmpeg-devel] ?==?utf-8?q? ?==?utf-8?q? [PATCH v4]?==?utf-8?q? avformat/libsrt: print streamid at client

2020-10-06 Thread Raghavendra Rao Sidlagatta
Hello Nicolas, I believe that the end user could retrieve the stream information and this could be handy in debugging as well. Regards, Raghavendra Rao On Tuesday, October 06, 2020 08:38 BST, Nicolas George wrote:  Raghavendra Rao Sidlagatta (12020-10-06): > I believe that the stream

Re: [FFmpeg-devel] ?==?utf-8?q? ?==?utf-8?q? [PATCH] avformat/libsrt: rename streamid

2021-01-20 Thread Raghavendra Rao Sidlagatta
On Wednesday, September 30, 2020 07:24 BST, raghavendra wrote:  Rename streamid to avoid name clashes. Signed-off-by: raghavendra --- libavformat/libsrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976

Re: [FFmpeg-devel] ?==?utf-8?q? ?==?utf-8?q? [PATCH v4]?==?utf-8?q? avformat/libsrt: print streamid at client

2021-01-20 Thread Raghavendra Rao Sidlagatta
On Tuesday, October 06, 2020 08:18 BST, raghavendra wrote:  Print the SRT streamid at the client. Logged to info. Signed-off-by: raghavendra --- libavformat/libsrt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976