diff options
author | Owen Fraser-Green <owen@discobabe.net> | 2005-06-27 09:16:09 +0000 |
---|---|---|
committer | Owen Fraser-Green <owen@discobabe.net> | 2005-06-27 09:16:09 +0000 |
commit | 9603d6ca6b82fdb2d214dbfe7921002bb8eea5c9 (patch) | |
tree | b509913dc66d2875b6c7080f3342afc396cbd571 | |
parent | 6bfe089935912b98a440845cad3a280d2423f45e (diff) | |
download | gst-plugins-bad-9603d6ca6b82fdb2d214dbfe7921002bb8eea5c9.tar.gz gst-plugins-bad-9603d6ca6b82fdb2d214dbfe7921002bb8eea5c9.tar.bz2 gst-plugins-bad-9603d6ca6b82fdb2d214dbfe7921002bb8eea5c9.zip |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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), diff --git a/configure.ac b/configure.ac index 405c9451..3b100287 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |