summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2004-08-12 16:11:59 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2004-08-12 16:11:59 +0000
commit91f58535f697b2ca3e6e316a96ec8e4addc30e44 (patch)
tree5699b222a955466adb6a8a529a5af08f2365e683
parent7fc3429d4699cf4ac9f95ce80ed236f03abbb1bf (diff)
downloadgst-plugins-bad-91f58535f697b2ca3e6e316a96ec8e4addc30e44.tar.gz
gst-plugins-bad-91f58535f697b2ca3e6e316a96ec8e4addc30e44.tar.bz2
gst-plugins-bad-91f58535f697b2ca3e6e316a96ec8e4addc30e44.zip
ext/lame/gstlame.c: made source pad link function check if sinkpad is ok..fixes the problem where core fixates the ou...
Original commit message from CVS: 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_src_link): made source pad link function check if sinkpad is ok..fixes the problem where core fixates the output rate of lame stupidly
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32fd81d4..4ff6cc6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * ext/lame/gstlame.c: (gst_lame_src_link):
+ made source pad link function check if sinkpad is ok..fixes the problem
+ where core fixates the output rate of lame stupidly
+
2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):