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 751469 - encodebin: Add a profile-string property.
encodebin: Add a profile-string property.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-24 21:55 UTC by Mathieu Duponchelle
Modified: 2018-11-03 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
encodebin: Add a profile-string property. (11.40 KB, patch)
2015-06-24 21:55 UTC, Mathieu Duponchelle
reviewed Details | Review

Description Mathieu Duponchelle 2015-06-24 21:55:03 UTC
This code was written by Thibault Saunier, and used in
GES and gst-devtools.

The documentation is lifted from gst-devtools.

It is write-only for now, I don't yet see a use-case for
serialization.

This will allow encodebin to be used from the command-line,
and allow removing code in devtools and GES.
Comment 1 Mathieu Duponchelle 2015-06-24 21:55:08 UTC
Created attachment 306056 [details] [review]
encodebin: Add a profile-string property.
Comment 2 Thibault Saunier 2015-06-25 07:37:06 UTC
Review of attachment 306056 [details] [review]:

Looks good to me.
Comment 3 Tim-Philipp Müller 2015-06-28 13:19:58 UTC
I wonder if we actually need a new property for this, wouldn't adding a GstValue deserialisation function for GstEncodingProfile work? Or did you want to avoid that on purpose?
Comment 4 Mathieu Duponchelle 2015-06-28 14:41:31 UTC
I want to be able to specify a profile-string on the command-line, how would that work with a GstValue ?
Comment 5 Tim-Philipp Müller 2015-06-28 16:34:49 UTC
As I just said, it would convert the string to a profile automatically if there's a deserialisation function registered. Just like it converts GstCaps or GstElements.
Comment 6 Mathieu Duponchelle 2015-06-28 17:05:51 UTC
Yop OK, then that's the correct solution I'll do that.
Comment 7 GStreamer system administrator 2018-11-03 11:38:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/198.