Rewrote to use gstadapter and extract properties from header packets to pass downstream to decoders.

Original commit message from CVS:
Rewrote to use gstadapter and extract properties from header packets to pass downstream to decoders.
This commit is contained in:
Owen Fraser-Green 2005-06-27 09:16:09 +00:00
parent 6bfe089935
commit 9603d6ca6b
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-06-27 Owen Fraser-Green <owen@discobabe.net>
* gst/realmedia/rmdemux.c: Rewrote to use gstadapter. Also parses
audio and video header packets for known properties.
2005-06-23 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),

View file

@ -310,6 +310,7 @@ GST_PLUGINS_ALL="\
effectv \
goom \
law \
realmedia \
rtp \
rtsp \
smpte \
@ -494,6 +495,7 @@ gst/alpha/Makefile
gst/effectv/Makefile
gst/goom/Makefile
gst/law/Makefile
gst/realmedia/Makefile
gst/rtp/Makefile
gst/rtsp/Makefile
gst/smpte/Makefile