diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-13 09:57:01 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-13 09:57:01 +0000 |
commit | d72f0acc299d75b8362f27624f82fc043c9c977a (patch) | |
tree | 7669e36c1f8c32824fb774b8526e9011d257ae10 | |
parent | ef40a9e892910a7b6b22697307e9c529503f9648 (diff) |
gst/sine/gstsinesrc.c: return taglist correctly from _get function, don't gst_pad_push it.
Original commit message from CVS:
* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
return taglist correctly from _get function, don't gst_pad_push it.
(fixes #137042)
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-03-13 Benjamin Otte <otte@gnome.org> + + * gst/sine/gstsinesrc.c: (gst_sinesrc_get): + return taglist correctly from _get function, don't gst_pad_push it. + (fixes #137042) + 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com> * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices): |