[Bug 684790] isomp4/qtdemux: Whenever a moov atom is found, restart the demuxer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 9 14:19:15 UTC 2018


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

--- Comment #83 from Seungha Yang <pudding8757 at gmail.com> ---
(In reply to Edward Hervey from comment #80)
> Review of attachment 371796 [details] [review]:
> 
> ::: gst/isomp4/qtdemux.c
> @@ +1935,3 @@
>  }
>  
> +/* Copied from mpegtsbase code */
> 
> This should no longer be needed now that we have the
> gst_pad_create_stream_id functions in core.

gst_pad_create_stream_id() function seems to be usable only if we have src pad.
But I'd like to create stream_id before srcpad is created. (same as mpegtsbase
usecase)

Is there new util function for that? Note that mpegtsbase's _get_upstream_id()
still exist.

-- 
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