diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-08-12 16:11:59 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-08-12 16:11:59 +0000 |
commit | 91f58535f697b2ca3e6e316a96ec8e4addc30e44 (patch) | |
tree | 5699b222a955466adb6a8a529a5af08f2365e683 | |
parent | 7fc3429d4699cf4ac9f95ce80ed236f03abbb1bf (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |