File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ impl EventRef {
133
133
}
134
134
}
135
135
136
- impl Event {
136
+ impl GstRc < EventRef > {
137
137
pub fn new_flush_start ( ) -> FlushStartBuilder {
138
138
assert_initialized_main_thread ! ( ) ;
139
139
FlushStartBuilder :: new ( )
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ impl MessageRef {
127
127
}
128
128
}
129
129
130
- impl Message {
130
+ impl GstRc < MessageRef > {
131
131
pub fn new_eos ( ) -> EosBuilder {
132
132
assert_initialized_main_thread ! ( ) ;
133
133
EosBuilder :: new ( )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ unsafe impl MiniObject for QueryRef {
27
27
type GstType = ffi:: GstQuery ;
28
28
}
29
29
30
- impl Query {
30
+ impl GstRc < QueryRef > {
31
31
pub fn new_position ( fmt : :: Format ) -> Self {
32
32
assert_initialized_main_thread ! ( ) ;
33
33
unsafe { from_glib_full ( ffi:: gst_query_new_position ( fmt. to_glib ( ) ) ) }
You can’t perform that action at this time.
0 commit comments