mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Way, way, way too many files: Remove crack comment from the 2000 era.
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * Way, way, way too many files: Remove crack comment from the 2000 era.
This commit is contained in:
parent
e9de36e38c
commit
68eeef9614
3 changed files with 0 additions and 6 deletions
|
@ -705,7 +705,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstTextOverlay *overlay;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
|
||||
overlay = GST_TEXTOVERLAY (object);
|
||||
|
||||
|
@ -778,7 +777,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstTextOverlay *overlay;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
|
||||
overlay = GST_TEXTOVERLAY (object);
|
||||
|
||||
|
|
|
@ -162,7 +162,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstTimeoverlay *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
|
||||
src = GST_TIMEOVERLAY (object);
|
||||
|
||||
|
@ -184,7 +183,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstTimeoverlay *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
|
||||
src = GST_TIMEOVERLAY (object);
|
||||
|
||||
|
|
|
@ -364,7 +364,6 @@ gst_videofilter_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideofilter *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFILTER (object));
|
||||
src = GST_VIDEOFILTER (object);
|
||||
|
||||
|
@ -381,7 +380,6 @@ gst_videofilter_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideofilter *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFILTER (object));
|
||||
src = GST_VIDEOFILTER (object);
|
||||
|
||||
|
|
Loading…
Reference in a new issue