Home
last modified time | relevance | path

Searched refs:gst_encoding_profile_get_name (Results 1 – 25 of 69) sorted by relevance

123

/dports/multimedia/gstreamer1-transcoder/gst-transcoder-1.16.0/tools/
H A Dutils.c128 GST_DEBUG_GRAPH_SHOW_ALL, gst_encoding_profile_get_name (profile));
176 const gchar *name = gst_encoding_profile_get_name (profile);
/dports/audio/rhythmbox/rhythmbox-3.4.4/backends/gstreamer/
H A Drb-encoder-gst.c475 rb_debug ("transcoding to profile %s", gst_encoding_profile_get_name (encoder->priv->profile));
783 …rb_debug ("trying to check profile %s for missing plugins", gst_encoding_profile_get_name (profile…
799 …rb_debug ("didn't get request pad, profile %s doesn't work", gst_encoding_profile_get_name (profil…
810 rb_debug ("got request pad, profile %s works", gst_encoding_profile_get_name (profile));
819 …rb_debug ("couldn't find an encoder, profile %s doesn't work", gst_encoding_profile_get_name (prof…
824 rb_debug ("encoder found, profile %s works", gst_encoding_profile_get_name (profile));
844 gst_encoding_profile_get_name (profile),
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-target.c147 if (!g_strcmp0 (gst_encoding_profile_get_name (tprof), name)) { in gst_encoding_target_get_profile()
292 if (!g_strcmp0 (gst_encoding_profile_get_name (profile), in gst_encoding_target_add_profile()
293 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
328 name = gst_encoding_profile_get_name (sprof); in serialize_stream_profiles()
409 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
H A Dencoding-profile.h128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
/dports/multimedia/pitivi/pitivi-0.999/subprojects/gst-transcoder/tools/
H A Dutils.c127 GST_DEBUG_GRAPH_SHOW_ALL, gst_encoding_profile_get_name (profile));
/dports/audio/sound-juicer/sound-juicer-3.38.0/libjuicer/
H A Dsj-extractor.c277 profile_name = gst_encoding_profile_get_name (priv->profile);
369 gst_encoding_profile_get_name (priv->profile));
728 const gchar *profile_name = gst_encoding_profile_get_name (profile);
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-pbutils/src/auto/
H A Dencoding_profile.rs138 from_glib_none(gst_pbutils_sys::gst_encoding_profile_get_name( in get_name()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dencodingprofile.cc144 …return Glib::convert_const_gchar_ptr_to_ustring(gst_encoding_profile_get_name(const_cast<GstEncodi… in get_name()

123