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 676556 - some fixes to theoradec and videoutils.
some fixes to theoradec and videoutils.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-22 13:18 UTC by sreerenj
Modified: 2012-05-23 08:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix in theoradec (788 bytes, patch)
2012-05-22 13:18 UTC, sreerenj
committed Details | Review
videoutil: improve doc (1.03 KB, patch)
2012-05-22 13:18 UTC, sreerenj
committed Details | Review
videobox:fix the sample pipeline (759 bytes, patch)
2012-05-22 13:20 UTC, sreerenj
committed Details | Review
tests: renaming playbin2 and adding some debug messages (1.18 KB, patch)
2012-05-22 13:23 UTC, sreerenj
committed Details | Review
Not sure whether the packet parameter in handle_type_packet() method is for some setup_header parsing in future .Anyway current implementation is not using it. (1.13 KB, patch)
2012-05-22 23:02 UTC, sreerenj
committed Details | Review
minor doc fix in BaseVideoDecoder (808 bytes, patch)
2012-05-22 23:03 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-05-22 13:18:05 UTC
Created attachment 214650 [details] [review]
fix in theoradec

some fixes to theoradec and videoutils.
Comment 1 sreerenj 2012-05-22 13:18:58 UTC
Created attachment 214651 [details] [review]
videoutil: improve doc
Comment 2 sreerenj 2012-05-22 13:20:35 UTC
Created attachment 214652 [details] [review]
videobox:fix the sample pipeline
Comment 3 sreerenj 2012-05-22 13:23:14 UTC
Created attachment 214653 [details] [review]
tests: renaming playbin2 and adding some debug messages
Comment 4 sreerenj 2012-05-22 23:02:25 UTC
Created attachment 214713 [details] [review]
Not sure whether the packet parameter in handle_type_packet() method is for some setup_header parsing  in future .Anyway current implementation is not using it.
Comment 5 sreerenj 2012-05-22 23:03:15 UTC
Created attachment 214714 [details] [review]
minor doc fix in BaseVideoDecoder