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 793803 - playbin3:'GstDecodebin3' has no property named 'subtitle-encoding'
playbin3:'GstDecodebin3' has no property named 'subtitle-encoding'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.14.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-25 05:56 UTC by rland
Modified: 2018-03-13 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rland 2018-02-25 05:56:36 UTC
The following command appears warning:
---
 $ GST_DEBUG_COLOR_MODE=off GST_DEBUG=play:5,tsdemux:5,mpegts:5,mpegtspacketizer:5,mpegtsbase:5,GST_DEBUG=vaapi*:5,codecparsers*:5 GST_DEBUG_FILE='/home/shakin/Desktop/log/gst.log'  GST_DEBUG_DUMP_DOT_DIR='/home/shakin/Desktop/log' gst-launch-1.0 playbin3 uri=http://10.9.44.116/vod/hls/rmdmy/index.m3u8
---
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Got context from element 'source': gst.soup.session=context, session=(SoupSession)NULL, force=(boolean)false;
Redistribute latency...
Redistribute latency...
Redistribute latency...

(gst-launch-1.0:7618): GLib-GObject-WARNING **: g_object_get_is_valid_property: object class 'GstDecodebin3' has no property named 'subtitle-encoding'
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...

(gst-launch-1.0:7618): GLib-GObject-WARNING **: g_object_get_is_valid_property: object class 'GstDecodebin3' has no property named 'subtitle-encoding'
New clock: GstPulseSinkClock

(gst-launch-1.0:7618): GLib-GObject-WARNING **: g_object_get_is_valid_property: object class 'GstDecodebin3' has no property named 'subtitle-encoding'
ERROR: from element /GstPlayBin3:playbin3-0/GstPlaySink:playsink/GstBin:vbin/GstAutoVideoSink:videosink/GstXvImageSink:videosink-actual-sink-xvimage: Output window was closed
Additional debug info:
xvimagesink.c(555): gst_xv_image_sink_handle_xevents (): /GstPlayBin3:playbin3-0/GstPlaySink:playsink/GstBin:vbin/GstAutoVideoSink:videosink/GstXvImageSink:videosink-actual-sink-xvimage
Execution ended after 0:00:02.321322261
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Comment 1 rland 2018-03-13 01:43:47 UTC
thks,Edward.
247b22ae1,the warning gone.