gst-launch: refer to element, pad, or object in some message strings
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 3 Jun 2009 23:29:31 +0000 (00:29 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 3 Jun 2009 23:40:52 +0000 (00:40 +0100)
commit99a1493e69e4aae5c6514a428137975e487003c7
treea643ccc000efb4b100ea7705bf2b6281dc39cbcf
parent604097bc3a4a241803350e0ba51ee064023d8c48
gst-launch: refer to element, pad, or object in some message strings

Revisit these strings now that the change regarding the message source
object in gst_element_found_tags_for_pad() got reverted. Try to refer
explicitly to what kind of element it is (element, pad, etc.) in some
cases, which is nicer than having to deduce this info (and we can
re-use the already existing translated strings for the most common
case). It also makes for better example code, since it's clear now
that the message source object doesn't have to be an element.
tools/gst-launch.c