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 158704 - Fix/finish (S)VCD support
Fix/finish (S)VCD support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-19 13:03 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for all of the above (46.81 KB, patch)
2004-11-19 13:03 UTC, Ronald Bultje
none Details | Review
update (47.31 KB, patch)
2004-11-19 16:23 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2004-11-19 13:03:23 UTC
Attached patch:
* fixes vcdsrc
* adds seeking, querying and the like to vcdsrc
* makes vcdsrc implement the URI interface
* moves sync-header stripping in cdxaparse to a separate plugin (cdxastrip) and
makes cdxaparse use that code, too
* adds resyncing to cdxaparse/strip for broken (S)VCDs
* adds a video/x-vcd mimetype and adds typefinding for VCDs

With this patch, I can watch VCDs/SVCDs in Totem.
Comment 1 Ronald Bultje 2004-11-19 13:03:46 UTC
Created attachment 33933 [details] [review]
Patch for all of the above
Comment 2 Ronald Bultje 2004-11-19 16:23:34 UTC
Created attachment 33937 [details] [review]
update

Oops, the above patch doesn't include changes to playbin so it uses parser
elements. Added above.