Commit graph

41 commits

Author SHA1 Message Date
Stéphane Cerveau 1f200f4f30 app: update to gtk 0.8.0 and gst 0.22.2
In the change, the glib::channel has been dropped to use
async_io which achieves the same to receive message
for the logger and display it in the treeview.
Another message is received when a new gtkpaintablesink
has been instanciated.
2024-03-14 16:34:55 +01:00
Stéphane Cerveau 44d64ccdc4 cargo: update gtk and gst crate
gtk4 0.7.3
gst 0.21.3
gst-plugins-gtk 0.11.3
2024-01-25 20:04:38 +01:00
Stéphane Cerveau 88afa4a99e release: 0.3.5 2024-01-05 15:36:00 +01:00
Stéphane Cerveau af317eee96 app: rename gst_pipeline_studio to gst-pipeline-studio 2024-01-04 14:32:17 +01:00
Stéphane Cerveau c5f9cac444 app: support cmd line to open a custom pipeline
Add a way to open a pipeline from the cmd line
2024-01-02 14:51:03 +01:00
Stéphane Cerveau 24121856ee app: use the channel to receive other logs
Add another logger to receive message, events or GST logs
2023-11-30 11:52:28 +01:00
Stéphane Cerveau d002e2811f release: 0.3.4 2023-09-28 16:45:01 +02:00
Stéphane Cerveau 2787211f0d release: update release version fetcher 2023-09-23 09:05:30 +02:00
Stéphane Cerveau d0bf6091a4 update to version 0.3.2 2023-09-18 13:55:38 +02:00
Stéphane Cerveau 5c9a273fcc version: prepare v0.3.1 2023-09-17 16:20:50 +02:00
Stéphane Cerveau 375f083cbf cargo: update rust, gtk and gstreamer version 2023-08-31 17:23:58 +02:00
Stéphane Cerveau 1aa39f2c62 gps: update version to 0.3.0 2023-04-12 22:38:44 +02:00
Stéphane Cerveau d1ccea7ea8 logger: create the log in the home directory
Prevent an issue on windows where the application could
not start because the log was created in the app folder.
2023-03-05 19:29:38 +01:00
Stéphane Cerveau d0e284d0a2 gettext: remove crate use because unsupported on Windows.
Part of #12
2023-03-05 19:29:38 +01:00
Stéphane Cerveau 26b834c267 cargo: remove x11 dependency but use GST_XINITTHREADS 2023-03-05 19:29:38 +01:00
Stéphane Cerveau 9e6ee57fee graphmanager: update and fix for gtk4-rs 0.6.1 2023-02-13 21:45:54 +01:00
Stéphane Cerveau 726a6f4d41 cargo: update gst/gtk/gst-plugin-gtk4 2022-11-29 08:42:12 +00:00
Stéphane Cerveau 39a15df491 cargo: update to latest gtk and gst
gtk: 0.4.8
gst: 0.18.8
2022-09-05 15:18:38 +02:00
Stéphane Cerveau 76b0c71274 cargo: use last gtk4 gst crates
gtk4 0.4.6
gstreamer 0.18.5
2022-03-01 14:34:38 +01:00
Stéphane Cerveau cdd30e830d version: update to 0.2.3 2022-02-08 17:00:56 +01:00
Stéphane Cerveau 82e62d7058 version: update to 0.2.2 2022-02-08 15:29:08 +01:00
Stéphane Cerveau e820f13b83 version: update to 0.2.1 2022-02-07 12:19:15 +01:00
Stéphane Cerveau f118ef7db0 player: detect gtk4paintablesink with deep-element-added
Connect to the deep-element-added signal from the pipeline
to detect the gtk4paintablesink presence.
2022-02-07 12:19:15 +01:00
Stéphane Cerveau 25d856a360 pipeline: rename to player
To avoid confusion with GStreamer pipeline and
GPS pipeline, renamed it player.
2022-02-07 12:19:15 +01:00
Stéphane Cerveau b84483057b pipeline: add gtk4paintablesink
Add a way to draw whenever possible
the video render into the preview box
in UI
2022-01-28 16:01:01 +01:00
Stéphane Cerveau d19387f039 graphview: implement tests infra
- Implement test for graph creation, save and load.
- Change xml API
- Update public/private api
- Add a graphview clear API
2022-01-27 17:35:47 +01:00
Stéphane Cerveau 7abc0190cd gstreamer-rs: move to 0.18.1 release 2022-01-19 12:24:13 +01:00
Stéphane Cerveau 0f0f9d6fc0 app: port support update
Connect the port to the element pad
capabilities.
Can now create a port only if the element
supports the request pad
Can only delete a port which is a "sometimes"
port/pad.

Introduce GPS module.
2022-01-18 17:43:01 +01:00
Stéphane Cerveau 21e5e4b4cb app: port to gtk4 version 0.4.1 2022-01-17 14:40:09 +01:00
Stéphane Cerveau 1e13bbdca6 logger: use of simplelog crate
Logs are now visible in 2 different place
the treeview in the bottom and in a log file
with log level.
2022-01-14 09:50:45 +01:00
Stéphane Cerveau 81ca9ca3a3 about: display about dialog
display a custom and clean about dialog
with the infrastructure based on meson to
genetate the config.rs
2022-01-12 11:15:52 +01:00
Stéphane Cerveau 158f9eb899 favorites: implement a favorite list
The right panel can now store a favorite list which is
saved into a settings file in the user config directory.
2022-01-11 20:48:53 +01:00
Stéphane Cerveau bc7f4424ca main: add a common init method
Rename the application to gst-pipeline-studio and
add an init method to initialize
gstreamer and x11
2022-01-11 20:48:53 +01:00
Stéphane Cerveau f1149a6b5e pipeline: implement parse launch playback
Can now play/pause/stop a playback from
a parse launch description GST pipeline.

rename getters in pipeline.rs
2022-01-11 20:48:53 +01:00
Stéphane Cerveau 52286ada4a GPS: Add xml save/load in graphview
Can now save and load in XML
graphs/nodes/ports/links
2022-01-11 20:48:53 +01:00
Stéphane Cerveau 5f91fbaef7 GPS: introduce the graphmanager
Introduce the first version of a graph manager
with:
- Graphview
- Node
- Port
2022-01-11 20:48:53 +01:00
Stéphane Cerveau 25b2d1f8bf GPS: port to GTK4 2022-01-11 20:48:53 +01:00
Stéphane Cerveau 859f936796 GPS: add GStreamer support
Can now get the GStreamer element's list
from the registry.
2022-01-11 20:48:53 +01:00
Stéphane Cerveau 12e7958886 mainwindow: can now draw a vector of rectangles. 2021-11-17 12:43:02 +01:00
Stéphane Cerveau 465ac78c08 gps: Add first UI design with glade 2021-10-22 13:00:05 +02:00
Stéphane Cerveau 56f62f172c rust: init the project 2021-10-12 10:33:51 +02:00