[vlc-devel] commit: rtp sout: build fix (Pierre Ynard )

git version control git at videolan.org
Thu Jan 28 03:27:47 CET 2010


vlc/vlc-1.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jan 28 03:27:05 2010 +0100| [ca7c743fa6a7b8a290c8cc25b49ddb30e4dc92e8] | committer: Pierre Ynard 

rtp sout: build fix

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.0.git/?a=commit;h=ca7c743fa6a7b8a290c8cc25b49ddb30e4dc92e8
---

 modules/stream_out/rtsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/rtsp.c b/modules/stream_out/rtsp.c
index a7f1900..adb5696 100644
--- a/modules/stream_out/rtsp.c
+++ b/modules/stream_out/rtsp.c
@@ -240,7 +240,7 @@ void RtspDelId( rtsp_stream_t *rtsp, rtsp_stream_id_t *id )
             if( ses->trackv[j].id == id->sout_id )
             {
                 rtsp_strack_t *tr = ses->trackv + j;
-                rtp_del_sink( tr->id->sout_id, tr->fd );
+                rtp_del_sink( tr->id, tr->fd );
                 REMOVE_ELEM( ses->trackv, ses->trackc, j );
             }
         }




More information about the vlc-devel mailing list