[gstreamer-bugs] [Bug 563221] GST_TAG_MERGE_REPLACE_ALL not replacing all tags

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Dec 5 07:32:16 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=563221

  GStreamer | gst-plugins-good | Ver: 0.10.9

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de




------- Comment #2 from Stefan Kost (gstreamer, gtkdoc dev)  2008-12-05 15:32 UTC -------
some explanation:
* GST_TAG_ENCODER: cannot be overridden avimux is adding that at the end
* GST_TAG_VIDEO_CODEC and GST_TAG_AUDIO_CODEC are implizitely generated when
demuxing, so they can't be supressed

I added some logging to the sample and tweaked the logging in avimux (will
commit in a minute). Problem is the the tag event from avidemux, its reverting
the reset. I'll investigate how other muxers handle it.

> GST_DEBUG="*:2,default:3,avimux:4" ./tagreset 
0:00:00.387663604  6046  0x804c008 DEBUG               avimux
gstavimux.c:815:gst_avi_mux_request_new_pad:<avimux> adding new pad: video_00
0:00:00.389084239  6046  0x804c008 INFO               default
tagreset.c:95:main: tags resetted
0:00:00.390407618  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:1685:gst_avi_mux_handle_event:<avimux> receiving tags
0:00:00.390743936  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:445:gst_avi_mux_vidsink_set_caps:<avimux> avimux:video_00,
caps=0x80f8520
0:00:00.390862207  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:970:gst_avi_mux_riff_get_avi_header:<avimux> creating avi header,
data_size 4, idx_size 0
0:00:00.390951588  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:999:gst_avi_mux_riff_get_avi_header:<avimux> creating buffer
0x81cb158, size 2102, highmark at 0
0:00:00.391021382  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:944:gst_avi_mux_write_tag: writing tag in buffer 0x81cb158,
highmark at 844
0:00:00.391080982  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:944:gst_avi_mux_write_tag: writing tag in buffer 0x81cb158,
highmark at 860
0:00:00.391135462  6046  0x81c82e0 DEBUG               avimux
gstavimux.c:944:gst_avi_mux_write_tag: writing tag in buffer 0x81cb158,
highmark at 878


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=563221.




More information about the gstreamer-bugs mailing list