Home
last modified time | relevance | path

Searched refs:suburidecodebin (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c324 GstElement *suburidecodebin; member
377 GstElement *suburidecodebin; member
714 GstElement * suburidecodebin, gboolean block);
1925 delete_suburidecodebin (const GstSourceGroup * group, const GstElement * suburidecodebin) in delete_suburidecodebin() argument
1936 if ((suburidecodeinfo != NULL) && (suburidecodeinfo->suburidecodebin == suburidecodebin)) { in delete_suburidecodebin()
1937 REMOVE_SIGNAL (suburidecodeinfo->suburidecodebin, suburidecodeinfo->sub_pad_added_id); in delete_suburidecodebin()
1938 REMOVE_SIGNAL (suburidecodeinfo->suburidecodebin, suburidecodeinfo->sub_pad_removed_id); in delete_suburidecodebin()
1939 REMOVE_SIGNAL (suburidecodeinfo->suburidecodebin, suburidecodeinfo->sub_no_more_pads_id); in delete_suburidecodebin()
1940 … REMOVE_SIGNAL (suburidecodeinfo->suburidecodebin, suburidecodeinfo->sub_autoplug_continue_id); in delete_suburidecodebin()
1941 REMOVE_SIGNAL (suburidecodeinfo->suburidecodebin, suburidecodeinfo->sub_autoplug_query_id); in delete_suburidecodebin()
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog49919 playbin: fix suburidecodebin leak
57348 If suburidecodebin is failed to negotiate (e.g file does not exist)
83871 preventing that this flush leaves the suburidecodebin.
119439 Don't set the suburidecodebin to READY after errors, handle_message
119535 First of all, make sure that suburidecodebin never
119863 For pads from suburidecodebin OK should always be returned, otherwise
120098 playbin2: Don't destroy the suburidecodebin on errors
120104 playbin2: If setting the state of the suburidecodebin fails just warn, don't error out