[Bug 650423] Ordering-dependent bug with mpegtsdemux, h264parse, ac3parse, and matroskamux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 17 13:28:42 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=650423
  GStreamer | gst-plugins | git

David Schleef <ds> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #1 from David Schleef <ds at schleef.org> 2011-05-17 20:28:38 UTC ---
You probably need to use:

  ... ! ac3parse ! queue ! mux.audio_%d

(i.e., specify the pad template you want to link to.)  The reason for this is
that the parser uses pad template caps to determine which REQUEST pad to
create, and queue has "ANY" as pad template caps.

I'm marking this as NOTABUG, but if I'm incorrect, please reopen.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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