_ 1546 .pc/80_ia32-hack.patch/gst/gstregistry.c _("Error writing registry cache to %s: %s"),
_ 385 gst/gst.c group = g_option_group_new ("gst", _("GStreamer Options"),
_ 386 gst/gst.c _("Show GStreamer Options"), NULL, NULL);
_ 938 gst/gst.c _("Unknown option"));
_ 308 gst/gsterror.c return g_strdup_printf (_("No error message for domain %s."),
_ 312 gst/gsterror.c return g_strdup (_(message));
_ 315 gst/gsterror.c g_strdup_printf (_
_ 528 gst/gstpipeline.c (_("Selected clock cannot be used in pipeline.")),
_ 1560 gst/gstregistry.c _("Error writing registry cache to %s: %s"),
_ 98 gst/gsttaglist.c _("title"), _("commonly used title"), gst_tag_merge_strings_with_comma);
_ 101 gst/gsttaglist.c _("title sortname"), _("commonly used title for sorting purposes"), NULL);
_ 104 gst/gsttaglist.c _("artist"),
_ 105 gst/gsttaglist.c _("person(s) responsible for the recording"),
_ 109 gst/gsttaglist.c _("artist sortname"),
_ 110 gst/gsttaglist.c _("person(s) responsible for the recording for sorting purposes"), NULL);
_ 113 gst/gsttaglist.c _("album"),
_ 114 gst/gsttaglist.c _("album containing this data"), gst_tag_merge_strings_with_comma);
_ 117 gst/gsttaglist.c _("album sortname"),
_ 118 gst/gsttaglist.c _("album containing this data for sorting purposes"), NULL);
_ 121 gst/gsttaglist.c _("album artist"),
_ 122 gst/gsttaglist.c _("The artist of the entire album, as it should be displayed"),
_ 126 gst/gsttaglist.c _("album artist sortname"),
_ 127 gst/gsttaglist.c _("The artist of the entire album, as it should be sorted"), NULL);
_ 129 gst/gsttaglist.c _("date"), _("date the data was created (as a GDate structure)"), NULL);
_ 132 gst/gsttaglist.c _("genre"),
_ 133 gst/gsttaglist.c _("genre this data belongs to"), gst_tag_merge_strings_with_comma);
_ 136 gst/gsttaglist.c _("comment"),
_ 137 gst/gsttaglist.c _("free text commenting the data"), gst_tag_merge_use_first);
_ 140 gst/gsttaglist.c _("extended comment"),
_ 141 gst/gsttaglist.c _("free text commenting the data in key=value or key[en]=comment form"),
_ 145 gst/gsttaglist.c _("track number"),
_ 146 gst/gsttaglist.c _("track number inside a collection"), gst_tag_merge_use_first);
_ 149 gst/gsttaglist.c _("track count"),
_ 150 gst/gsttaglist.c _("count of tracks inside collection this track belongs to"),
_ 154 gst/gsttaglist.c _("disc number"),
_ 155 gst/gsttaglist.c _("disc number inside a collection"), gst_tag_merge_use_first);
_ 158 gst/gsttaglist.c _("disc count"),
_ 159 gst/gsttaglist.c _("count of discs inside collection this disc belongs to"),
_ 163 gst/gsttaglist.c _("location"), _("Origin of media as a URI (location, where the "
_ 168 gst/gsttaglist.c _("homepage"),
_ 169 gst/gsttaglist.c _("Homepage for this media (i.e. artist or movie homepage)"),
_ 172 gst/gsttaglist.c _("description"), _("short text describing the content of the data"),
_ 175 gst/gsttaglist.c _("version"), _("version of this data"), NULL);
_ 176 gst/gsttaglist.c gst_tag_register (GST_TAG_ISRC, GST_TAG_FLAG_META, G_TYPE_STRING, _("ISRC"),
_ 177 gst/gsttaglist.c _
_ 182 gst/gsttaglist.c _("organization"), _("organization"), gst_tag_merge_strings_with_comma);
_ 184 gst/gsttaglist.c G_TYPE_STRING, _("copyright"), _("copyright notice of the data"), NULL);
_ 186 gst/gsttaglist.c G_TYPE_STRING, _("copyright uri"),
_ 187 gst/gsttaglist.c _("URI to the copyright notice of the data"), NULL);
_ 190 gst/gsttaglist.c _("contact"), _("contact information"), gst_tag_merge_strings_with_comma);
_ 192 gst/gsttaglist.c G_TYPE_STRING, _("license"), _("license of data"), NULL);
_ 194 gst/gsttaglist.c G_TYPE_STRING, _("license uri"),
_ 195 gst/gsttaglist.c _("URI to the license of the data"), NULL);
_ 198 gst/gsttaglist.c _("performer"),
_ 199 gst/gsttaglist.c _("person(s) performing"), gst_tag_merge_strings_with_comma);
_ 202 gst/gsttaglist.c _("composer"),
_ 203 gst/gsttaglist.c _("person(s) who composed the recording"),
_ 207 gst/gsttaglist.c _("duration"), _("length in GStreamer time units (nanoseconds)"), NULL);
_ 210 gst/gsttaglist.c _("codec"),
_ 211 gst/gsttaglist.c _("codec the data is stored in"), gst_tag_merge_strings_with_comma);
_ 214 gst/gsttaglist.c _("video codec"), _("codec the video data is stored in"), NULL);
_ 217 gst/gsttaglist.c _("audio codec"), _("codec the audio data is stored in"), NULL);
_ 220 gst/gsttaglist.c _("subtitle codec"), _("codec the subtitle data is stored in"), NULL);
_ 222 gst/gsttaglist.c G_TYPE_STRING, _("container format"),
_ 223 gst/gsttaglist.c _("container format the data is stored in"), NULL);
_ 225 gst/gsttaglist.c G_TYPE_UINT, _("bitrate"), _("exact or average bitrate in bits/s"), NULL);
_ 227 gst/gsttaglist.c G_TYPE_UINT, _("nominal bitrate"), _("nominal bitrate in bits/s"), NULL);
_ 229 gst/gsttaglist.c G_TYPE_UINT, _("minimum bitrate"), _("minimum bitrate in bits/s"), NULL);
_ 231 gst/gsttaglist.c G_TYPE_UINT, _("maximum bitrate"), _("maximum bitrate in bits/s"), NULL);
_ 234 gst/gsttaglist.c _("encoder"), _("encoder used to encode this stream"), NULL);
_ 237 gst/gsttaglist.c _("encoder version"),
_ 238 gst/gsttaglist.c _("version of the encoder used to encode this stream"), NULL);
_ 240 gst/gsttaglist.c G_TYPE_UINT, _("serial"), _("serial number of track"), NULL);
_ 242 gst/gsttaglist.c G_TYPE_DOUBLE, _("replaygain track gain"), _("track gain in db"), NULL);
_ 244 gst/gsttaglist.c G_TYPE_DOUBLE, _("replaygain track peak"), _("peak of the track"), NULL);
_ 246 gst/gsttaglist.c G_TYPE_DOUBLE, _("replaygain album gain"), _("album gain in db"), NULL);
_ 248 gst/gsttaglist.c G_TYPE_DOUBLE, _("replaygain album peak"), _("peak of the album"), NULL);
_ 250 gst/gsttaglist.c G_TYPE_DOUBLE, _("replaygain reference level"),
_ 251 gst/gsttaglist.c _("reference level of track and album gain values"), NULL);
_ 253 gst/gsttaglist.c _("language code"),
_ 254 gst/gsttaglist.c _("language code for this stream, conforming to ISO-639-1"), NULL);
_ 256 gst/gsttaglist.c _("image"), _("image related to this stream"), gst_tag_merge_use_first);
_ 259 gst/gsttaglist.c _("preview image"), _("preview image related to this stream"), NULL);
_ 261 gst/gsttaglist.c _("attachment"), _("file attached to this stream"),
_ 264 gst/gsttaglist.c _("beats per minute"), _("number of beats per minute in audio"), NULL);
_ 266 gst/gsttaglist.c _("keywords"), _("comma separated keywords describing the content"),
_ 269 gst/gsttaglist.c _("geo location name"), _("human readable descriptive location of where "
_ 272 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location latitude"),
_ 273 gst/gsttaglist.c _("geo latitude location of where the media has been recorded or "
_ 277 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location longitude"),
_ 278 gst/gsttaglist.c _("geo longitude location of where the media has been recorded or "
_ 282 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location elevation"),
_ 283 gst/gsttaglist.c _("geo elevation of where the media has been recorded or produced in "
_ 286 gst/gsttaglist.c G_TYPE_STRING, _("geo location country"),
_ 287 gst/gsttaglist.c _("country (english name) where the media has been recorded "
_ 290 gst/gsttaglist.c G_TYPE_STRING, _("geo location city"),
_ 291 gst/gsttaglist.c _("city (english name) where the media has been recorded "
_ 294 gst/gsttaglist.c G_TYPE_STRING, _("geo location sublocation"),
_ 295 gst/gsttaglist.c _("a location whithin a city where the media has been produced "
_ 298 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location movement speed"),
_ 299 gst/gsttaglist.c _("movement speed of the capturing device while performing the capture "
_ 302 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location movement direction"),
_ 303 gst/gsttaglist.c _("indicates the movement direction of the device performing the capture"
_ 308 gst/gsttaglist.c G_TYPE_DOUBLE, _("geo location capture direction"),
_ 309 gst/gsttaglist.c _("indicates the direction the device is pointing to when capturing "
_ 315 gst/gsttaglist.c _("show name"),
_ 316 gst/gsttaglist.c _("Name of the tv/podcast/series show the media is from"),
_ 320 gst/gsttaglist.c _("show sortname"),
_ 321 gst/gsttaglist.c _("Name of the tv/podcast/series show the media is from, for sorting "
_ 324 gst/gsttaglist.c _("episode number"),
_ 325 gst/gsttaglist.c _("The episode number in the season the media is part of"),
_ 328 gst/gsttaglist.c _("season number"),
_ 329 gst/gsttaglist.c _("The season number of the show the media is part of"),
_ 332 gst/gsttaglist.c _("lyrics"), _("The lyrics of the media, commonly used for songs"),
_ 335 gst/gsttaglist.c _("composer sortname"),
_ 336 gst/gsttaglist.c _("person(s) who composed the recording, for sorting purposes"), NULL);
_ 338 gst/gsttaglist.c _("grouping"),
_ 339 gst/gsttaglist.c _("Groups related media that spans multiple tracks, like the different "
_ 343 gst/gsttaglist.c _("user rating"),
_ 344 gst/gsttaglist.c _("Rating attributed by a user. The higher the rank, "
_ 347 gst/gsttaglist.c G_TYPE_STRING, _("device manufacturer"),
_ 348 gst/gsttaglist.c _("Manufacturer of the device used to create this media"), NULL);
_ 350 gst/gsttaglist.c _("device model"),
_ 351 gst/gsttaglist.c _("Model of the device used to create this media"), NULL);
_ 353 gst/gsttaglist.c _("image orientation"),
_ 354 gst/gsttaglist.c _("How the image should be rotated or flipped before display"), NULL);
_ 393 gst/gsttaglist.c g_string_append (str, _(", "));
_ 2397 gst/gstutils.c g_print (_("ERROR: from element %s: %s\n"), name, error->message);
_ 2399 gst/gstutils.c g_print (_("Additional debug info:\n%s\n"), debug);
_ 229 gst/parse/grammar.y _("specified empty bin \"%s\", not allowed"), type); \
_ 238 gst/parse/grammar.y _("no bin \"%s\", skipping"), type); \
_ 447 gst/parse/grammar.y _("no property \"%s\" in element \"%s\""), value, \
_ 462 gst/parse/grammar.y _("could not set property \"%s\" in element \"%s\" to \"%s\""),
_ 613 gst/parse/grammar.y _("could not link %s to %s"), GST_ELEMENT_NAME (src),
_ 661 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_NO_SUCH_ELEMENT, _("no element \"%s\""), $1);
_ 713 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("could not parse caps \"%s\""), $2);
_ 735 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without source element"));
_ 741 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without sink element"));
_ 780 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without sink element"));
_ 783 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without source element"));
_ 799 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without source element"));
_ 817 gst/parse/grammar.y _("no source element for URI \"%s\""), $1);
_ 827 gst/parse/grammar.y _("no element to link URI \"%s\" to"), $1);
_ 835 gst/parse/grammar.y _("no sink element for URI \"%s\""), $2);
_ 842 gst/parse/grammar.y _("could not link sink element for URI \"%s\""), $2);
_ 856 gst/parse/grammar.y graph: /* NOP */ { SET_ERROR (graph->error, GST_PARSE_ERROR_EMPTY, _("empty pipeline not allowed"));
_ 862 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without source element"));
_ 871 gst/parse/grammar.y SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link without sink element"));
_ 2685 libs/gst/base/gstbasesink.c (_("A lot of buffers are being dropped.")),
_ 3432 libs/gst/base/gstbasesink.c (_("Internal data flow problem.")),
_ 3948 libs/gst/base/gstbasesink.c (_("Internal data stream error.")),
_ 3959 libs/gst/base/gstbasesink.c (_("Internal data flow error.")), ("element returned NULL buffer"));
_ 2187 libs/gst/base/gstbasesrc.c (_("Internal clock error.")),
_ 2549 libs/gst/base/gstbasesrc.c (_("Internal data flow error.")),
_ 2560 libs/gst/base/gstbasesrc.c (_("Internal data flow error.")), ("element returned NULL buffer"));
_ 108 plugins/elements/gstcapsfilter.c g_param_spec_boxed ("caps", _("Filter caps"),
_ 109 plugins/elements/gstcapsfilter.c _("Restrict the possible allowed capabilities (NULL means ANY). "
_ 423 plugins/elements/gstfilesink.c (_("No file name specified for writing.")), (NULL));
_ 429 plugins/elements/gstfilesink.c (_("Could not open file \"%s\" for writing."), sink->filename),
_ 454 plugins/elements/gstfilesink.c (_("Error closing file \"%s\"."), sink->filename), GST_ERROR_SYSTEM);
_ 594 plugins/elements/gstfilesink.c (_("Error while seeking in file \"%s\"."), filesink->filename),
_ 601 plugins/elements/gstfilesink.c (_("Error while writing to file \"%s\"."), filesink->filename),
_ 663 plugins/elements/gstfilesink.c (_("Error while writing to file \"%s\"."), filesink->filename),
_ 1047 plugins/elements/gstfilesrc.c (_("No file name specified for reading.")), (NULL));
_ 1059 plugins/elements/gstfilesrc.c (_("Could not open file \"%s\" for reading."), src->filename),
_ 1068 plugins/elements/gstfilesrc.c (_("Could not get info on \"%s\"."), src->filename), (NULL));
_ 1075 plugins/elements/gstfilesrc.c (_("\"%s\" is a directory."), src->filename), (NULL));
_ 1082 plugins/elements/gstfilesrc.c (_("File \"%s\" is a socket."), src->filename), (NULL));
_ 560 plugins/elements/gstidentity.c (_("Failed after iterations as requested.")), (NULL));
_ 1210 plugins/elements/gstqueue.c (_("Internal data flow error.")),
_ 975 plugins/elements/gstqueue2.c (_("Error while writing to download file.")),
_ 1240 plugins/elements/gstqueue2.c (_("No Temp directory specified.")), (NULL));
_ 1246 plugins/elements/gstqueue2.c (_("Could not create temp file \"%s\"."), queue->temp_template),
_ 1254 plugins/elements/gstqueue2.c (_("Could not open file \"%s\" for reading."), name), GST_ERROR_SYSTEM);
_ 1868 plugins/elements/gstqueue2.c (_("Internal data flow error.")),
_ 209 plugins/elements/gsttypefindelement.c g_param_spec_boxed ("caps", _("caps"),
_ 210 plugins/elements/gsttypefindelement.c _("detected capabilities in stream"), gst_caps_get_type (),
_ 213 plugins/elements/gsttypefindelement.c g_param_spec_uint ("minimum", _("minimum"),
_ 218 plugins/elements/gsttypefindelement.c g_param_spec_uint ("maximum", _("maximum"),
_ 223 plugins/elements/gsttypefindelement.c g_param_spec_boxed ("force-caps", _("force caps"),
_ 224 plugins/elements/gsttypefindelement.c _("force caps without doing a typefind"), gst_caps_get_type (),
_ 560 plugins/elements/gsttypefindelement.c (_("Stream contains no data.")),
_ 945 plugins/elements/gsttypefindelement.c (_("Stream contains no data.")), ("Can't typefind empty stream"));
_ 97 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_get_uint##bits##_##endianness (reader, &dest)); \
_ 106 tests/check/libs/bytereader.c fail_if (gst_byte_reader_get_uint##bits##_##endianness (reader, &dest)); \
_ 115 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_peek_uint##bits##_##endianness (reader, &dest)); \
_ 124 tests/check/libs/bytereader.c fail_if (gst_byte_reader_peek_uint##bits##_##endianness (reader, &dest)); \
_ 228 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_get_int##bits##_##endianness (reader, &dest)); \
_ 237 tests/check/libs/bytereader.c fail_if (gst_byte_reader_get_int##bits##_##endianness (reader, &dest)); \
_ 246 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_peek_int##bits##_##endianness (reader, &dest)); \
_ 255 tests/check/libs/bytereader.c fail_if (gst_byte_reader_peek_int##bits##_##endianness (reader, &dest)); \
_ 356 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_get_float##bits##_##endianness (reader, &dest)); \
_ 361 tests/check/libs/bytereader.c fail_if (gst_byte_reader_get_float##bits##_##endianness (reader, &dest)); \
_ 365 tests/check/libs/bytereader.c fail_unless (gst_byte_reader_peek_float##bits##_##endianness (reader, &dest)); \
_ 370 tests/check/libs/bytereader.c fail_if (gst_byte_reader_peek_float##bits##_##endianness (reader, &dest)); \
_ 255 tools/gst-inspect.c g_print (_("Implemented Interfaces:\n"));
_ 338 tools/gst-inspect.c g_print (_("readable"));
_ 345 tools/gst-inspect.c g_print (_("writable"));
_ 350 tools/gst-inspect.c g_print (_("controllable"));
_ 962 tools/gst-inspect.c g_print ("%s\n", _("Blacklisted files:"));
_ 974 tools/gst-inspect.c g_print (_("Total count: "));
_ 1067 tools/gst-inspect.c g_print (_("Total count: "));
_ 1592 tools/gst-inspect.c g_print (_("Could not load plugin file: %s\n"), error->message);
_ 1597 tools/gst-inspect.c g_print (_("No such element or plugin '%s'\n"), arg);
_ 93 tools/gst-launch.c _("Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"));
_ 102 tools/gst-launch.c g_printerr (_("ERROR: parse of xml file '%s' failed.\n"), arg);
_ 108 tools/gst-launch.c g_printerr (_("ERROR: no toplevel pipeline element in file '%s'.\n"), arg);
_ 114 tools/gst-launch.c _("WARNING: only one toplevel element is supported at this time.\n"));
_ 125 tools/gst-launch.c g_printerr (_("ERROR: could not parse command line argument %d: %s.\n"),
_ 136 tools/gst-launch.c g_printerr (_("WARNING: element named '%s' not found.\n"), element);
_ 262 tools/gst-launch.c g_printerr (_("ERROR: from element %s: %s\n"), name, err->message);
_ 264 tools/gst-launch.c g_printerr (_("Additional debug info:\n%s\n"), debug);
_ 446 tools/gst-launch.c PRINT (_("Got message #%u from element \"%s\" (%s): "),
_ 450 tools/gst-launch.c PRINT (_("Got message #%u from pad \"%s:%s\" (%s): "),
_ 454 tools/gst-launch.c PRINT (_("Got message #%u from object \"%s\" (%s): "),
_ 458 tools/gst-launch.c PRINT (_("Got message #%u (%s): "), (guint) seqnum,
_ 495 tools/gst-launch.c PRINT (_("Got EOS from element \"%s\".\n"),
_ 504 tools/gst-launch.c PRINT (_("FOUND TAG : found by element \"%s\".\n"),
_ 507 tools/gst-launch.c PRINT (_("FOUND TAG : found by pad \"%s:%s\".\n"),
_ 510 tools/gst-launch.c PRINT (_("FOUND TAG : found by object \"%s\".\n"),
_ 513 tools/gst-launch.c PRINT (_("FOUND TAG\n"));
_ 528 tools/gst-launch.c PRINT (_("INFO:\n%s\n"), debug);
_ 545 tools/gst-launch.c PRINT (_("WARNING: from element %s: %s\n"), name, gerror->message);
_ 547 tools/gst-launch.c PRINT (_("Additional debug info:\n%s\n"), debug);
_ 587 tools/gst-launch.c PRINT (_("Prerolled, waiting for buffering to finish...\n"));
_ 602 tools/gst-launch.c PRINT ("%s %d%% \r", _("buffering..."), percent);
_ 613 tools/gst-launch.c PRINT (_("Done buffering, setting pipeline to PLAYING ...\n"));
_ 621 tools/gst-launch.c PRINT (_("Buffering, setting pipeline to PAUSED ...\n"));
_ 630 tools/gst-launch.c PRINT (_("Redistribute latency...\n"));
_ 641 tools/gst-launch.c PRINT (_("Setting state to %s as requested by %s...\n"),
_ 657 tools/gst-launch.c PRINT (_("Interrupt: Stopping pipeline ...\n"));
_ 797 tools/gst-launch.c g_printerr (_("ERROR: pipeline could not be constructed: %s.\n"),
_ 801 tools/gst-launch.c g_printerr (_("ERROR: pipeline could not be constructed.\n"));
_ 805 tools/gst-launch.c g_printerr (_("WARNING: erroneous pipeline: %s\n"),
_ 836 tools/gst-launch.c g_printerr (_("ERROR: the 'pipeline' element wasn't found.\n"));
_ 842 tools/gst-launch.c PRINT (_("Setting pipeline to PAUSED ...\n"));
_ 847 tools/gst-launch.c g_printerr (_("ERROR: Pipeline doesn't want to pause.\n"));
_ 852 tools/gst-launch.c PRINT (_("Pipeline is live and does not need PREROLL ...\n"));
_ 856 tools/gst-launch.c PRINT (_("Pipeline is PREROLLING ...\n"));
_ 859 tools/gst-launch.c g_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
_ 865 tools/gst-launch.c PRINT (_("Pipeline is PREROLLED ...\n"));
_ 872 tools/gst-launch.c g_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
_ 877 tools/gst-launch.c PRINT (_("Setting pipeline to PLAYING ...\n"));
_ 884 tools/gst-launch.c g_printerr (_("ERROR: pipeline doesn't want to play.\n"));
_ 898 tools/gst-launch.c PRINT (_("EOS on shutdown enabled -- Forcing EOS on the pipeline\n"));
_ 901 tools/gst-launch.c PRINT (_("Waiting for EOS...\n"));
_ 906 tools/gst-launch.c PRINT (_("EOS received - stopping pipeline...\n"));
_ 908 tools/gst-launch.c PRINT (_("An error happened while waiting for EOS\n"));
_ 915 tools/gst-launch.c PRINT (_("Execution ended after %" G_GUINT64_FORMAT " ns.\n"), diff);
_ 918 tools/gst-launch.c PRINT (_("Setting pipeline to PAUSED ...\n"));
_ 926 tools/gst-launch.c PRINT (_("Setting pipeline to READY ...\n"));
_ 931 tools/gst-launch.c PRINT (_("Setting pipeline to NULL ...\n"));
_ 936 tools/gst-launch.c PRINT (_("Freeing pipeline ...\n"));