GNOME Bugzilla – Bug 132328
mpeg2dec plugin doesn't build against mpeg2dec 0.4.0
Last modified: 2004-12-22 21:47:04 UTC
mpeg2dec seems to have removed the function mpeg2_pts in version 0.4.0. Instead, there's a new function, mpeg2_tag_image, which takes two 32-bit parameters where mpeg2_pts took one. Also, the flag PIC_FLAG_PTS has been replaced with PIC_FLAG_TAGS, and the struct-member pts with tag and tag2. I'd send a patch, as the changes seem trivial, but actually I don't know what I'm doing... I tried to build it with garnome-0.29.1 on a Fedora Core 1 installation using the mpec2dec package from Dag Wieers. After adjusting the function calls and flags, it compiled without complaints.
i think support for 0.4.0 was added to CVS not too long ago : http://freedesktop.org/cgi-bin/viewcvs.cgi/*checkout*/gstreamer/gst-plugins/ChangeLog?rev=1.63 and so it is a dupe of : http://bugzilla.gnome.org/show_bug.cgi?id=130416
*** This bug has been marked as a duplicate of 130416 ***