gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the autoplugge...
authorBenjamin Otte <otte@gnome.org>
Tue, 3 Feb 2004 18:42:48 +0000 (18:42 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 3 Feb 2004 18:42:48 +0000 (18:42 +0000)
commit801b7221ac1de20089bf5b3f0d0e92b941d6b6c5
treed5609c3703b9274d8ed2aaaf906d0983e658e3a3
parent7c3cab5c869e1df424dc4902e879184187048470
gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the autopluggers can plug correctly.

Original commit message from CVS:
2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
set explicit caps before adding the element, so the autopluggers can
plug correctly.
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
(mpeg2_sys_type_find), (mpeg1_sys_type_find),
(mpeg_video_type_find), (mpeg_video_stream_type_find),
(dv_type_find):
fix memleaks in typefind functions. gst_type_find_suggest takes a const
argument.
ChangeLog
gst/qtdemux/qtdemux.c