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 | d1d80f4206f6eeda01bdbac3e52321b6a250f4ca (patch) | |
tree | fc9c7e9883ef2fbdb8ad3def777e28f9f2cff2e3 | |
parent | 1194064a9799f6393186ec355322abdaa61770c6 (diff) | |
download | gst-plugins-bad-d1d80f4206f6eeda01bdbac3e52321b6a250f4ca.tar.gz gst-plugins-bad-d1d80f4206f6eeda01bdbac3e52321b6a250f4ca.tar.bz2 gst-plugins-bad-d1d80f4206f6eeda01bdbac3e52321b6a250f4ca.zip |
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): |