[rygel-gst-0-10-plugins] Fixes to video and music item.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel-gst-0-10-plugins] Fixes to video and music item.
- Date: Mon, 4 Feb 2013 14:35:40 +0000 (UTC)
commit 3134fa6408ec7b68993336926f3cb0d4ea4abcdf
Author: Krzesimir Nowak <krnowak openismus com>
Date: Mon Feb 4 15:35:17 2013 +0100
Fixes to video and music item.
src/media-export/rygel-media-export-music-item.h | 2 +-
src/media-export/rygel-media-export-video-item.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/media-export/rygel-media-export-music-item.h b/src/media-export/rygel-media-export-music-item.h
index 4e51454..83b8783 100644
--- a/src/media-export/rygel-media-export-music-item.h
+++ b/src/media-export/rygel-media-export-music-item.h
@@ -46,7 +46,7 @@ struct _RygelMediaExportMusicItem {
};
struct _RygelMediaExportMusicItemClass {
- GObjectClass parent_class;
+ RygelMusicItemClass parent_class;
};
GType
diff --git a/src/media-export/rygel-media-export-video-item.h b/src/media-export/rygel-media-export-video-item.h
index 021b6f5..3430a53 100644
--- a/src/media-export/rygel-media-export-video-item.h
+++ b/src/media-export/rygel-media-export-video-item.h
@@ -45,7 +45,7 @@ struct _RygelMediaExportVideoItem {
};
struct _RygelMediaExportVideoItemClass {
- GObjectClass parent_class;
+ RygelVideoItemClass parent_class;
};
GType
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]