[Bug 651496] encodebin seems to fail to pick up container variant

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 11 06:30:39 PDT 2011


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193217|0                           |1
        is obsolete|                            |

--- Comment #11 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2011-08-11 13:30:34 UTC ---
Created an attachment (id=193640)
 View: https://bugzilla.gnome.org/attachment.cgi?id=193640
 Review: https://bugzilla.gnome.org/review?bug=651496&attachment=193640

encodebin: Select muxer further

Updated patch to not depend on the patches from
the encodebin not plugging parsers bug.

This works and Tim has a patch adding a unit test for it.

Currently, the muxers are sorted based on gst_caps_is_equal, if
it results true, the muxer goes to the beginning of the list, otherwise
it goes to the back.

The question is: is gst_caps_is_equal a good way of comparing caps here?
Or should we write another function?

Maybe iterating over the format caps structures and looking for a fully
compatible one on the muxers pad, if this results in true, the muxer
goes to the beginning of the list.

Any comments, or another ideas?

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