X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=subprojects%2Fgst-plugins-bad%2Fext%2Fteletextdec%2Fgstteletextdec.c;h=38d6f69b5cf4b43f5736a14ef61e068531bfac76;hb=26169cee0ea9e68d283ad4e405a0b56a9c53b80c;hp=5b4abfd6afd33056281bd4707076d5e793232525;hpb=97408bc7b692a6043128bec05b3201de1f873090;p=platform%2Fupstream%2Fgstreamer.git diff --git a/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c b/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c index 5b4abfd..38d6f69 100644 --- a/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c +++ b/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c @@ -215,8 +215,7 @@ gst_teletextdec_class_init (GstTeletextDecClass * klass) g_object_class_install_property (gobject_class, PROP_SUBS_TEMPLATE, g_param_spec_string ("subtitles-template", "Subtitles output template", "Output template used to print each one of the subtitles lines", - g_strescape ("%s\n", NULL), - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + "%s\\n", G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_FONT_DESCRIPTION, g_param_spec_string ("font-description", "Pango font description",