summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-13 09:57:01 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-13 09:57:01 +0000
commitd1d80f4206f6eeda01bdbac3e52321b6a250f4ca (patch)
treefc9c7e9883ef2fbdb8ad3def777e28f9f2cff2e3
parent1194064a9799f6393186ec355322abdaa61770c6 (diff)
downloadgst-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46353887..3d9e2481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):