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 327114 - [theoradec] should post tags on the bus
[theoradec] should post tags on the bus
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 327080
 
 
Reported: 2006-01-15 19:23 UTC by Tim-Philipp Müller
Modified: 2006-01-16 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.01 KB, patch)
2006-01-15 19:27 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2006-01-15 19:23:55 UTC
Theoradec currently doesn't post its tags on the bus and just eats them instead.

Patch to follow.
Comment 1 Tim-Philipp Müller 2006-01-15 19:27:51 UTC
Created attachment 57424 [details] [review]
proposed patch
Comment 2 Tim-Philipp Müller 2006-01-16 15:20:43 UTC
Fixed in CVS:

2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/theora/theoradec.c: (theora_handle_comment_packet):
          Post taglist actually on bus instead of just freeing it
          (fixes #327114 and totem bug #327080).