[Bug 722980] New: encodebin should defer setting up profiles to state>NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 25 10:40:29 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722980
  GStreamer | gst-plugins-base | 1.x

           Summary: encodebin should defer setting up profiles to
                    state>NULL
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If one creates and encodebin and does a g_object_set(encbin, "profile",
profile, NULL); encodebin would immediately try to activate the profile (see
gst_encode_bin_set_profile()). If a profile cannot be setup, encodebin would
emit missing plugin messages. Now at this point it is not yet plugged in a
pipeline and thus the messages are send to void.

Should we document this or defer activating the profile to state>NULL?

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