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 665886 - [0.11] Port MPEG PS demuxer to 0.11
[0.11] Port MPEG PS demuxer to 0.11
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.11.x
Other Mac OS
: Normal normal
: 0.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 665894
 
 
Reported: 2011-12-09 19:21 UTC by Matej Knopp
Modified: 2012-07-17 23:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port MPEG PS demuxer to 0.11 (45.55 KB, patch)
2011-12-09 19:21 UTC, Matej Knopp
none Details | Review
Port MPEG PS demuxer to 0.11 (42.89 KB, patch)
2011-12-09 19:28 UTC, Matej Knopp
none Details | Review
Port MPEG PS demuxer to 0.11 (46.35 KB, patch)
2011-12-09 21:13 UTC, Matej Knopp
none Details | Review
Remove GST_FLOW_UNEXPECTED (1.97 KB, patch)
2012-01-14 07:05 UTC, Matej Knopp
none Details | Review
Updated to latest git (47.56 KB, patch)
2012-01-26 12:26 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2011-12-09 19:21:55 UTC
Created attachment 203166 [details] [review]
Port MPEG PS demuxer to 0.11

Ported MPEG PS demuxer,  TS demuxer is commented out in Makefile.am
Comment 1 Matej Knopp 2011-12-09 19:28:33 UTC
Created attachment 203168 [details] [review]
Port MPEG PS demuxer to 0.11

forgot to renamed _template back to template. ("template" breaks indentation in my editor)
Comment 2 Matej Knopp 2011-12-09 21:13:47 UTC
Created attachment 203170 [details] [review]
Port MPEG PS demuxer to 0.11

Fixes duration query.
Comment 3 Matej Knopp 2012-01-14 07:05:56 UTC
Created attachment 205252 [details] [review]
Remove GST_FLOW_UNEXPECTED
Comment 4 Matej Knopp 2012-01-26 12:26:17 UTC
Created attachment 206174 [details] [review]
Updated to latest git
Comment 5 Sebastian Dröge (slomo) 2012-01-27 15:57:30 UTC
commit 7bcd991f93ea813c1b079606ab4640b6a3898742
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Thu Jan 26 07:13:06 2012 -0500

    Port mpegdemux to 0.11
Comment 6 Tim-Philipp Müller 2012-07-17 23:12:15 UTC
Has this ever been test (i.e. did it ever work) in push mode?
Comment 7 Matej Knopp 2012-07-17 23:50:59 UTC
I have not tried it in push mode. I'm only using it in pull mode.