mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
[MOVED FROM BAD] 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
1c1fb2e31a
commit
5f12ced080
1 changed files with 0 additions and 2 deletions
|
@ -232,7 +232,6 @@ gst_y4mencode_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstY4mEncode *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_Y4MENCODE (object));
|
||||
filter = GST_Y4MENCODE (object);
|
||||
|
||||
|
@ -248,7 +247,6 @@ gst_y4mencode_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstY4mEncode *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_Y4MENCODE (object));
|
||||
filter = GST_Y4MENCODE (object);
|
||||
|
||||
|
|
Loading…
Reference in a new issue