mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
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:
parent
08f6fae9db
commit
d02513c4db
2 changed files with 7 additions and 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>
|
2005-06-23 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
|
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
|
||||||
|
|
|
@ -310,6 +310,7 @@ GST_PLUGINS_ALL="\
|
||||||
effectv \
|
effectv \
|
||||||
goom \
|
goom \
|
||||||
law \
|
law \
|
||||||
|
realmedia \
|
||||||
rtp \
|
rtp \
|
||||||
rtsp \
|
rtsp \
|
||||||
smpte \
|
smpte \
|
||||||
|
@ -494,6 +495,7 @@ gst/alpha/Makefile
|
||||||
gst/effectv/Makefile
|
gst/effectv/Makefile
|
||||||
gst/goom/Makefile
|
gst/goom/Makefile
|
||||||
gst/law/Makefile
|
gst/law/Makefile
|
||||||
|
gst/realmedia/Makefile
|
||||||
gst/rtp/Makefile
|
gst/rtp/Makefile
|
||||||
gst/rtsp/Makefile
|
gst/rtsp/Makefile
|
||||||
gst/smpte/Makefile
|
gst/smpte/Makefile
|
||||||
|
|
Loading…
Reference in a new issue