[Bug 743657] dvdemux: no tags for .dv files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 30 12:37:46 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743657

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308366|none                        |needs-work
             status|                            |

--- Comment #16 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 308366
  --> https://bugzilla.gnome.org/attachment.cgi?id=308366
push tag through video srcpad

- it looks like "no-more-pads" will now be emitted for every dv frame

- you can do this simpler: instead of adding gboolean pending_tags_[av], add a
GstEvent *pending_tag_event_[av], and just set those in gst_dvdemux_add_pad().
Then in _demux_[audio|video]() you can do if (demux->pending_tag_event_[av]) {
gst_pad_push_event ... ; demux->pending_tag_event_[av] = NULL; }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list