From 8f0079c7e2a95b6bf56739dd5cc2634a0cef3205 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 5 Aug 2008 13:54:18 +0000 Subject: gst/rtp/: Add MP1S depayloader. Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init), (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init), (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process), (gst_rtp_mp1s_depay_set_property), (gst_rtp_mp1s_depay_get_property), (gst_rtp_mp1s_depay_change_state), (gst_rtp_mp1s_depay_plugin_init): * gst/rtp/gstrtpmp1sdepay.h: Add MP1S depayloader. * gst/rtsp/URLS: Some more sample rtsp streams. --- gst/rtsp/URLS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/rtsp') diff --git a/gst/rtsp/URLS b/gst/rtsp/URLS index fe7f37a1..26b40085 100644 --- a/gst/rtsp/URLS +++ b/gst/rtsp/URLS @@ -33,3 +33,6 @@ REAL: AAC, interleaved: rtsp://ia300135.us.archive.org:554/0/items/uncovered_interviews/uncovered_interviews_3_256kb.mp4 + +Various samples here: + http://www.jet-stream.nl/samples/mp4.html -- cgit