After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 110746 - [PATCH] - ffmpegenc update
[PATCH] - ffmpegenc update
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.6.x
Assigned To: Christian Fredrik Kalager Schaller
GStreamer Maintainers
: 108809 (view as bug list)
Depends on: 108809
Blocks:
 
 
Reported: 2003-04-14 11:48 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch for ffmpeg encoder (6.50 KB, patch)
2003-04-14 11:49 UTC, Joshua N Pritikin
none Details | Review
gstffmpegcodecmap.h (new file addition) (922 bytes, text/plain)
2003-04-14 11:50 UTC, Joshua N Pritikin
  Details

Description Joshua N Pritikin 2003-04-14 11:48:06 UTC
The attached patch & header file update the ffmpeg encoders to work a
little bit better.  For example, the following pipeline actually works now:

./gst-launch filesrc location=/tmp/sh2.wav ! wavparse ! ffenc_mp2 !
filesink location=/tmp/sh.mp2

i don't actually know what i'm doing.  i just did intelligent cut & paste
from the decoder wrapper.  Feel free to give me constructive feedback and
i'll roll a new patch.
Comment 1 Joshua N Pritikin 2003-04-14 11:49:23 UTC
Created attachment 15701 [details] [review]
the patch for ffmpeg encoder
Comment 2 Joshua N Pritikin 2003-04-14 11:50:13 UTC
Created attachment 15702 [details]
gstffmpegcodecmap.h (new file addition)
Comment 3 Joshua N Pritikin 2003-04-26 11:50:07 UTC
Once more change is needed.  The buffer timestamps need to be copied
forward to the new buffers.  i have a simple patch for this if it is
not obvious.
Comment 4 Joshua N Pritikin 2003-04-26 11:55:07 UTC
*** Bug 108809 has been marked as a duplicate of this bug. ***
Comment 5 Christian Fredrik Kalager Schaller 2003-05-12 13:25:34 UTC
Assigning to thomas for review/commit
Comment 6 Ronald Bultje 2003-06-08 10:11:25 UTC
I've rewritten (partly) the ffmpeg encoder wrapper stuff yesterday, it
should fix all of the above. Thanks!