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

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


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

--- Comment #84 from Edward Hervey <bilboed at bilboed.com> ---
(In reply to Seungha Yang from comment #83)
> 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.

 Ah, that explains why you weren't using that function (not having the pad).
But it's a bit stupid because the only thing the function uses the pad for is
... for the debugging message :) We should maybe have a function that allows
creating such stream_id at the element level have the pad use that.

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