mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
more // fixes
Original commit message from CVS: more // fixes
This commit is contained in:
parent
8ebaaa0049
commit
5bdbee5a89
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ struct _GstMediaPlay {
|
|||
|
||||
GstStatusArea *status;
|
||||
|
||||
// the slider
|
||||
/* the slider */
|
||||
GtkAdjustment *adjustment;
|
||||
GtkWidget *slider;
|
||||
|
||||
// the playlist
|
||||
/* the playlist */
|
||||
GtkWidget *playlist_window;
|
||||
GtkWidget *playlist_clist;
|
||||
|
||||
|
|
Loading…
Reference in a new issue