mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
ext/lame/gstlame.c: whoops forgot break, thanks teuf
Original commit message from CVS: 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_get_property): whoops forgot break, thanks teuf
This commit is contained in:
parent
30d34ca33e
commit
4f1fcba44a
1 changed files with 1 additions and 0 deletions
|
@ -858,6 +858,7 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
break;
|
||||
case ARG_XINGHEADER:
|
||||
g_value_set_boolean (value, lame->xingheader);
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue