gst/videotestsrc/gstvideotestsrc.c
authorAndy Wingo <wingo@pobox.com>
Mon, 27 Jun 2005 18:41:22 +0000 (18:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 27 Jun 2005 18:41:22 +0000 (18:41 +0000)
commit97697df71ddb2017f5094eb03d659d2078cc36b7
tree0e0e91977e9e0de4fe06d2bc97180c466c1c778f
parent6ec852f662e17a088b430e30fe3a5cf4af665347
gst/videotestsrc/gstvideotestsrc.c

Original commit message from CVS:
2005-06-27  Andy Wingo  <wingo@pobox.com>

* gst/videotestsrc/gstvideotestsrc.c
(gst_videotestsrc_activate_push): Activation API changes.

* gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
(gst_decode_bin_dispose): Free dynamics in READY->NULL, because
they have refs on the decodebin.

* ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
parent class.
(gst_ogg_pad_typefind): Don't leak a pad ref.
(gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
(gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
(gst_ogg_demux_sink_activate_pull): Changes for activation API.
ChangeLog
ext/ogg/gstoggdemux.c
gst/playback/gstdecodebin.c
gst/videotestsrc/gstvideotestsrc.c