After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749056 - encodebin: Add a way to enable/disabled a GstEncodingProfile
encodebin: Add a way to enable/disabled a GstEncodingProfile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.x
Other Linux
: Normal enhancement
: 1.6.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 720349
 
 
Reported: 2015-05-07 08:31 UTC by Thibault Saunier
Modified: 2017-10-16 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
encodebin: Add a way to enable/disabled a GstEncodingProfile (5.93 KB, patch)
2015-05-07 08:31 UTC, Thibault Saunier
none Details | Review

Description Thibault Saunier 2015-05-07 08:31:32 UTC
Created attachment 303014 [details] [review]
encodebin: Add a way to enable/disabled a GstEncodingProfile

So that the user can easily use the same encoding profile to render
with/without audio/video stream.
    
API:
  gst_encoding_profile_is_disabled
  gst_encoding_pofile_set_enabled
Comment 1 Thibault Saunier 2017-10-16 12:16:52 UTC
commit dcfb8a83a53a083b84d14e5360cb42c7efc7bcf0
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Thu May 7 10:26:47 2015 +0200

    encodebin: Add a way to enable/disabled a GstEncodingProfile
    
    Summary:
    So that the user can easily use the same encoding profile to render
    with/without audio/video stream.
    
    API:
      gst_encoding_profile_is_disabled
      gst_encoding_pofile_set_enabled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749056